home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 August / Macworld (1999-08).dmg / Shareware World / Info / For Developers / MADE 1.4.0 / User / User Extra Settings.h next >
Text File  |  1999-05-26  |  3KB  |  47 lines

  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  2. /*                                                                   */
  3. /*        MADE - Macintosh Application Development Essentials        */
  4. /*        ---------------------------------------------------        */
  5. /*           (c) Sig Software, http://www.sigsoftware.com/           */
  6. /*                                                                   */
  7. /* These files can only be used for experimental purposes. To obtain */
  8. /* fully commented code, source code for the functions in Essential  */
  9. /*   Extras.h and permission for usage in final projects, you must   */
  10. /*    purchase a license. See documentation for more information.    */
  11. /*                                                                   */
  12. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  13. /*                                                                   */
  14. /*  User Extra Settings.h                                            */
  15. /*  ---------------------                                            */
  16. /*                                                                   */
  17. /*  Settings for the extras which come when you purchase MADE.       */
  18. /*                                                                   */
  19. /*  Version 1.4.0 - 26th May 1999                                    */
  20. /*                                                                   */
  21. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  22.  
  23. #define            Use_Internet_Config                    1
  24. /*
  25.         Using Internet Config
  26.  
  27.         If you set Use_Internet_Config to 1, then you must download the Internet Config
  28.         programming kit, add the relevant library to your project, and add the APIs folder
  29.         from the kit to your project's system paths.
  30.         
  31.         The Internet Config web page is at : http://www.quinn.echidna.id.au/Quinn/Config/
  32.         Download the programming kit from : ftp://ftp.share.com/internet-configuration/
  33.         
  34.         Use the following libraries for your code :
  35.         ICGlue.o        680x0 code with a small code model
  36.         ICGlueFar.o        680x0 code with a large code model
  37.         ICGluePPC.lib    PowerPC code
  38. */
  39.  
  40. #define            Add_Threads_Support                    0
  41.     // This switch is in because Essential Events.c will automatically give less
  42.     // time to WaitNextEvent if your threads are busy
  43. #define            Event_Sleep_Time_If_Threads_Busy    1
  44.     // Similar to Event_Sleep_Time in Essential Settings.h. The number of 'ticks' to give
  45.     // background processes at idle time if threads are busy. Used in Essential Events.c
  46.  
  47.